翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

List of JavaScript engines : ウィキペディア英語版
List of ECMAScript engines
An ECMAScript engine is a program that executes source code written in a version of the ECMAScript language standard, for example, JavaScript.
These are new generation ECMAScript engines for web browsers, all implementing just-in-time compilation (JIT) or variations of that idea. The performance benefits for just-in-time compilation make it much more suitable for web applications written in JavaScript.
*Carakan: A JavaScript engine developed by Opera Software ASA,〔http://labs.opera.com/news/2009/02/05/〕 included in the 10.50〔http://web.archive.org/web/20060303160759/http://my.opera.com/desktopteam/blog/〕 release of the Opera web browser, until switching to V8 with Opera 15 (released in 2013).〔http://my.opera.com/ODIN/blog/300-million-users-and-move-to-webkit〕〔http://my.opera.com/ODIN/blog/opera-14-for-android-is-out〕
*Chakra (JScript9): A JScript engine used in Internet Explorer. It was first previewed at MIX 10 as part of the Internet Explorer 9 Platform Preview.
*Chakra: A JavaScript engine used in Microsoft Edge.〔(【引用サイトリンク】url=https://msdn.microsoft.com/en-us/library/dn903710(v=vs.94).aspx )
*SpiderMonkey: A JavaScript engine in Mozilla Gecko applications, including Firefox. The engine currently includes the IonMonkey and JägerMonkey compilers, has previously included the TraceMonkey compiler (first javascript JIT), and is planned to include the forthcoming OdinMonkey compiler.
*JavaScriptCore: A JavaScript interpreter and JIT originally derived from KJS. It is used in the WebKit project and applications such as Safari. Also known as Nitro, SquirrelFish and SquirrelFish Extreme.〔http://trac.webkit.org/wiki/JavaScriptCore〕
*Tamarin: An ActionScript and ECMAScript engine used in Adobe Flash.
*V8: A JavaScript engine used in Google Chrome, Node.js, and .
*Nashorn: A JavaScript engine used in Oracle Java Development Kit (JDK) since version 8.〔http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html〕
The following engines use runtime interpreters, which do not compile into native machine code and generally run more slowly.
*Continuum:〔(【引用サイトリンク】title=An ES6 Virtual Machine Built in JavaScript )〕 A self-interpreter that supports recent iterations of the draft ECMAScript 6 specification. Uniquely, the engine is implemented in ECMAScript 3, which makes it possible to run ES6 in browsers as old as IE6.〔(【引用サイトリンク】title=Continuum - A JavaScript Virtual Machine Built in JavaScript )
*Futhark: The ECMAScript engine of the Opera web browser versions 9.50 to 10.10.
*InScript: An obsolete proprietary library used for iCab 2 and 3
*JScript: The engine that is used in Internet Explorer for versions up to IE9, and one component of the Trident layout engine.
*KJS: The engine used in Konqueror, and one component of KHTML, a predecessor to JavaScriptCore.
*Linear B: The ECMAScript engine of the Opera web browser versions 7.0 to 9.50, exclusive.
*Narcissus: JavaScript implemented in JavaScript (a meta-circular evaluator), intended to run in another JavaScript engine, of theoretical and educational nature only.
*(JS-Interpreter ) A lightweight JavaScript interpreter implemented in JavaScript with step-by-step execution.
*QtScript: Originally developed by Trolltech, now owned by Digia. It provides QObject integration with JavaScriptCore.
*Rhino: One of several JavaScript engines from Mozilla, using the Java platform.
*YAJI: An ECMAScript engine based on the FESI〔(【引用サイトリンク】title=FESI )〕 implementation by Jean-Marc Lugrin in 1999, using the Java platform, currently being developed to support the latest standards (Spec 262, v5.1).
*(Duktape ): a small footprint, easily embeddable Ecmascript E5/E5.1 engine.〔(【引用サイトリンク】title=Duktape )
*The Kinoma Platform, an ECMAScript 5 runtime environment and framework
*Jsish: a JavaScript interpreter with builtin SQLite, JSON, WebSocket, and ZVFS support.〔(【引用サイトリンク】title=Jsish )
*Websocket.js: embeddable Javascript engine with HTTP/Websocket support.〔(【引用サイトリンク】title=Websocket.js )
*(Espruino ): a very small footprint interpreter specifically for Microcontrollers. Can run in less than 8kB of RAM by executing from source (rather than Bytecode)
*MuJS: a lightweight ECMAScript interpreter library, designed for embedding in other software to extend them with scripting capabilities. Originally developed for MuPDF.〔(【引用サイトリンク】title=MuJS )
*(V7 ): part of the Smart.js platform, claims to be the world's smallest JavaScript engine.〔(【引用サイトリンク】title=Smart.js )
*(Tiny-JS ): a minimalJavaScript interpreter written in C++.
*(JerryScript ): a lightweight JavaScript engine by Samsung for microcontrollers with less than 64KB RAM.
==See also==

*Comparison of layout engines (ECMAScript)
*JavaScript engine

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「List of ECMAScript engines」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.